Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / ShowDates Method / ShowDates(DateTime[],Nullable<ScheduleViewEnum>) Method
The array of System.DateTime values.
The ScheduleViewEnum value to show. If this parameter has no value, the C1Schedule control will select the most appropriate view depending on specified dates.

In This Topic
    ShowDates(DateTime[],Nullable<ScheduleViewEnum>) Method
    In This Topic
    Shows specified dates in the scheduler with the specified view type.
    Syntax
    'Declaration
     
    Public Overloads Sub ShowDates( _
       ByVal dates() As System.Date, _
       ByVal view As System.Nullable(Of ScheduleViewEnum) _
    ) 
    public void ShowDates( 
       System.DateTime[] dates,
       System.Nullable<ScheduleViewEnum> view
    )

    Parameters

    dates
    The array of System.DateTime values.
    view
    The ScheduleViewEnum value to show. If this parameter has no value, the C1Schedule control will select the most appropriate view depending on specified dates.
    See Also